﻿/* #### IME Profile #### */

#ProfileEmailNav  a
{
	background :#F2F6F3;
	font-size:1em;
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	border-bottom:none !important;
	padding:5px;
	margin-left:2px;
	margin-right:2px;
	display:block;
	color:#d62818;
	border:none !important;
	float:left;
	clear:none;
	font-weight:bold;
}

#ProfileEmailNav  a.selected
{
	background :#e7efe7;
}
#ProfileEmailNav
{
	width:100%;
	top:12px;
	background:#ffffff;
	left:-2px;
	position:relative;
	line-height:normal !important;
	height:22px;
	clear:none;

}


 #divRegister   h2 {margin:20px 0 6px 0}
 #divRegister   p.lastp{margin-bottom:28px}

#sTimer
{
	color:#772432;
	border-bottom:solid 1px #772432;
}


div.ProfileFieldSet
{
  background-color:#F2F6F3;
  padding:0px 10px 0px 10px;
}

div.ProfileFieldSet h4
{
background :#e7efe7;
margin:0px -8px 0px -10px;
padding:15px 0px 5px 10px;
}
div.ProfileFieldSet div.row
{
    padding:5px 0px 5px 0px;
    clear:both;
    display:block;

}

div.ProfileFieldSet div.row div.left
{
    display:inline;

    float:left;
    clear:none;
    width:200px;
}
div.ProfileFieldSet .text
{
    margin-right:5px;
    border:solid 1px #8d9eb0;
    width:200px;

}
div.ProfileFieldSet .textShort
{
    margin-right:5px;
    border:solid 1px #8d9eb0;
    width:70px;

}
div.ProfileFieldSet .ddl
{
    margin-right:5px;
    border:solid 1px #8d9eb0;
    width:203px;

}
div.ProfileFieldSet .ddlShort
{
    margin-right:5px;
    border:solid 1px #8d9eb0;
    width:70px;

}
div.ProfileFieldSet .ddlLong
{
    margin-right:5px;
    border:solid 1px #8d9eb0;
    width:205px;

}

div.ProfileFieldSet ul
{
    list-style-type:none;

}
div.ProfileFieldSet fieldset
{
    border:none;

}

div.ProfileFieldSet fieldset li
{
    display:block;
    clear:both;
    padding-left:155px;
}
div.ProfileFieldSet fieldset div.darkgrey
{
padding-left:200px;
}


div.ProfileFieldSet fieldset .submitRight
{
    text-align:right;
}

/* #### Proceeedings #### */
div.journal-item
{
    width:200px;
}

div.journal-item  {
	float				: left;
	display				: inline;
	width				: 265px; /* 280px */
	padding				: 15px 0;
	min-height			: 300px;
	margin				: 0 15px 15px 0;
/* 18/4	background 			: transparent url(/Libraries/IME_Master_Images/Icon_-_Dots_Grey.sflb.ashx) repeat-x 0% 0%; */
}

div.journal-item ul {
	margin				: 0;
}

/*** #### General Failure, Success Messages ####***/
#success {
		background-color	: #CBE4CB;
		font-size			: 91.67% !important;
		margin				: 0 0 14px 0;
		padding				: 5px 0 5px 3px;
		text-transform		: uppercase;
		text-align			: center;
		font-weight			: bold;
		color				: Green;
	}

#failed {
		background-color	: #ffaaaa;
		font-size			: 91.67% !important;
		margin				: 0 0 14px 0;
		padding				: 5px 0 5px 3px;
		text-transform		: uppercase;
		text-align			: center;
		font-weight			: bold;
		color				: red;
	}

	div.ProfileFieldSet div.row div.right
	{
	    width:520px;
	    float:left;
	}

	 div.divRapidAddr input,textarea
	{
	     width:200px;
	}